Papers with neural sequence-to-sequence model
Extractive Summarization with SWAP-NET: Sentences and Words from Alternating Pointer Networks (P18-1)
Copied to clipboard
| Challenge: | Abstractive summarization methods use factual and grammatical errors to generate summaries. |
| Approach: | They propose a neural sequence-to-sequence model for extractive summarization called SWAP-NET . it identifies salient sentences and key words in an input document and combines them to form an extractive summary. |
| Outcome: | The proposed model outperforms state-of-the-art extractive summarization methods on large scale corpora. |
DRTS Parsing with Structure-Aware Encoding and Decoding (2020.acl-main)
Copied to clipboard
| Challenge: | Discourse representation tree structure (DRTS) parsing is a new semantic parser which ignores structural information. |
| Approach: | They propose a structural-aware model to integrate structural information into the model . they use graph attention network (GAT) to exploit structural information for effective modeling . |
| Outcome: | The proposed model can achieve the best performance on a benchmark dataset. |